home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / game / role / GraalHerald1.lha / GraalHerald1 / 6.room < prev    next >
Text File  |  1996-11-27  |  2KB  |  69 lines

  1. /* The "quit" room
  2. /*
  3. /*
  4.  
  5. UPDATE: 6;1
  6.  
  7. /* SECTION: section_no
  8. /*
  9. SECTION: 1
  10.  
  11. /* BG_IFF: file
  12. /*
  13. BG_IFF: Crumpled.iff
  14.  
  15. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  16. /*
  17. START_POS: 1;11;0;0;L;1
  18.  
  19. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  20. /*
  21. FLOOR: 1;0;0;1;1;1-1
  22.  
  23. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  24.  
  25. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  26. EXIT: 1;93;94;141;112;0;0; 
  27. EXIT: 2;188;94;236;112;0;0; 
  28.  
  29. /* CLPART: file (This statement is optional)
  30. CLPART: Headlines2.iff
  31.  
  32. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  33. /*
  34. /* QUIT-text
  35. ROOMBOBS: 1;1;167;165;136;29;0;0
  36. /* YES-text
  37. ROOMBOBS: 1;2;165;204;49;19;0;0
  38. /* NO-text
  39. ROOMBOBS: 1;3;237;204;49;19;0;0
  40.  
  41.  
  42. /* STATIC: bob;image;x;y (This statement is optional)
  43.  
  44. /* ANIM: bob;image;anim_ch;anim;x;y (This statement is optional)
  45.  
  46. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  47.  
  48. /* DACT: {cond|comm}
  49. /*
  50. /* First, we'll hide the normal command area using a "dummy" cutscene
  51. /* (Remember to restore it if we decide not to quit!)
  52. DACT: CUTSCENE BLANK,NF
  53. DACT: CHAR OFF;PBOB 100,60,RBOB1;PBOB 93,94,RBOB2;PBOB 188,94,RBOB3
  54. DACT: LIGHTS ON
  55. DACT: EXIT
  56.  
  57.  
  58. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  59.  
  60. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  61.  
  62. /*
  63. /* Exit 1 covers the YES "button" - quit the program
  64. ACTION: 0;IFOBJ 1;QUIT
  65. /*
  66. /* Exit 2 covers the NO "button" - go back to where we pressed quit
  67. /* ...but first, show the command area again!
  68. ACTION: 0;IFOBJ 2;CUTSCENE BLANK,N;RESUME
  69.